home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Ap-Az / Appletalk Lookup.cpt / AppleTalk Lookup / card_3797.txt < prev    next >
Text File  |  1987-11-24  |  2KB  |  58 lines

  1. -- card: 3797 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2691
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=3 top=2 right=339 bottom=510
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=451 top=298 right=337 bottom=492
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 2478 / 2478
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Tell Me About...
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to card "About"
  37. end mouseUp
  38.  
  39.  
  40. -- part contents for card part 1
  41. ----- text -----
  42. This stack contains three XFCNs for doing some things with AppleTalk in Hypercard, their functions are as follows :
  43.  
  44. ‚Ä¢LookUp( ReturnField, Object, Type, Zone )
  45. ReturnField is the name of the field in which the network items as specified by 'Object, Type and Zone' are put. 'Object, Type and Zone' are of the type always used in AppleTalk. To see all the entities on the local zone,
  46. specify '=,=,*' as parameters
  47. ‚Ä¢Register( Object, Type, Zone )
  48. Register the name as specified on the network. THIS NAME MUST BE REMOVED BEFORE HYPERCARD EXISTS, OTHERWISE YOUR MAC WILL CRASH !!
  49. ‚Ä¢Remove( Object, Type, Zone )
  50. Remove the specified name from the network. CALL THIS FUNCTION FOR ANY ENTITIES YOU HAVE REGISTERED !!
  51.  
  52. The next two cards show an example of how to use the Functions.
  53.  
  54. ** Sorry for the bad stack design, but I'm not interested in that right now,
  55. I just want to do some AppleTalk stuff in Hypercard, so send me some interesting stacks using this stuff :*)
  56.  (More AppleTalk XFCNs to follow, suggestions are welcome)
  57.  
  58.